//0xe4 bytes (sizeof)
struct _WHEAP_ERROR_RECORD_WRAPPER
{
struct _LIST_ENTRY WorkEntry; //0x0
ULONG Length; //0x8
ULONG ProcessorNumber; //0xc
union _WHEAP_ERROR_RECORD_WRAPPER_FLAGS Flags; //0x10
volatile LONG InUse; //0x14
struct _WHEAP_ERROR_SOURCE* ErrorSource; //0x18
struct _WHEA_ERROR_RECORD ErrorRecord; //0x1c
};